home *** CD-ROM | disk | FTP | other *** search
/ Windows Game Programming for Dummies (2nd Edition) / WinGamProgFD.iso / pc / DirectX SDK / DXSDK / samples / Multimedia / DirectShow_WinXP / readme.txt < prev   
Encoding:
Text File  |  2001-10-08  |  3.1 KB  |  70 lines

  1. DirectShow_WinXP SDK Samples README
  2. -----------------------------------
  3.  
  4. The samples in the DirectShow_WinXP directory demonstrate DirectShow features
  5. that are available only on Windows XP (or later platforms).  While you can
  6. build these samples on any Windows system, you can run them only on Windows XP.
  7.  
  8. You must also ensure that the Windows version (WINVER) is set to 0x501 when
  9. building these samples to enable Windows XP features and to take advantage of 
  10. updated segments in relevant header files used for Windows XP development.
  11. (Some DirectShow headers have special sections that pertain to Windows XP
  12. features and capabilities, and these sections are conditionally compiled
  13. according to the currently defined Windows version.)
  14.  
  15. ---------------------------------------------------------------------------
  16. NOTE: The DirectShow_WinXP samples do not yet build properly for UNICODE.
  17. ---------------------------------------------------------------------------
  18.  
  19. The DirectShow_WinXP SDK samples are subdivided into directories according
  20. to their major function:
  21.  
  22.     VideoControl -  Microsoft Video Control for Windows XP, which provides
  23.             many features used by the Broadcast Digital Architecture
  24.  
  25.     VMR          - Windows XP Video Mixing Renderer
  26.  
  27. A brief summary of the DirectShow_WinXP samples is provided below.  For more
  28. detailed information, view the Readme.txt in each sample's directory.
  29.  
  30.  
  31. Video Control Samples
  32. ----------------------
  33.  
  34. C++ -     This sample demonstrates using the Microsoft Video Control to render 
  35.     ATSC digital television in a window.
  36.  
  37. VisualBasic - This sample demonstrates using the Microsoft Video Control 
  38.     to render digital television in a window, using several available 
  39.     network providers.  You may also change channels, adjust volume, 
  40.     and view device information.
  41.  
  42. HTML -     These HTML files demonstrate how to display ATSC, DVB, or Analog 
  43.     television on a Web page, using the Microsoft Video Control.
  44.  
  45. VMR Samples
  46. ------------
  47.  
  48. Cube -     Demonstrates using the Video Mixing Renderer and a plug-in compositor 
  49.     to render three videos simultaneously on a spinning cube.
  50.  
  51. Renderless - Demonstrates using the Video Mixing Renderer and a custom 
  52.     allocator-presenter to render video in a window.
  53.  
  54. TxtPlayer - Demonstrates using the Video Mixing Renderer and a custom 
  55.     allocator-presenter to render alpha-blended text over a running video.
  56.  
  57. VMRMix - Demonstrates how to use the VMR in a mixing mode with several sources, 
  58.     how to apply a bitmap image with a color key over the video, 
  59.     and how to take advantage of the IVMRMixerControl interface to manage 
  60.     source and destination rectangles and alpha-level for each media stream.
  61.  
  62. VMRPlayer - Demonstrates using the Video Mixing Renderer to alpha blend one or two 
  63.     running videos and a static image, all of which can be moved and resized. 
  64.  
  65. VMRXCL - Demonstrates how to use the VMR in DirectDraw exclusive mode and how to 
  66.     implement a user-provided (customized) Allocator-Presenter for the VMR.  
  67.     It also contains useful utilities to manage bitmaps (as textures) and 
  68.     TrueType fonts for text over video.
  69.  
  70.